home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -in_the_mag- / workbench / adf / transadf / transadf.readme < prev    next >
Text File  |  2000-03-05  |  3KB  |  60 lines

  1. Short:     Makes Compressed ADFs (G/PKZip). v4.0.46
  2. Uploader:  kjots@lis.net.au (Karl J. Ots)
  3. Author:    kjots@lis.net.au (Karl J. Ots)
  4. Date:      5th October 1998
  5. Copyright: GPL
  6. Requires:  OS2.0+
  7. Type:      disk/misc
  8.  
  9. New Features in v4.0.46
  10.   This is a major upgrade.  It now includes the ability to read and write
  11.   non-trackdisk devices like RAD: and FMS:
  12.  
  13. What is TransADF?
  14.   TransADF creates Amiga Disk Files (ADFs), a 880kb file copy of
  15.   an Amiga floppy disk.  It can also be used to transfer ADFs back
  16.   to a real disk.  
  17.   
  18.   TransADF offerers several modes of operation.  It can create both
  19.   PKZip and GZip compression formats directly from the disk, with only
  20.   a small portion in memory at one time.  It can also decompress both
  21.   formats, again directly to disk with little memory use.  TransADF has
  22.   sophisticated PKZip support, allowing operation on any file within
  23.   the archive (not just the first item, like GUnZip), as well as adding
  24.   an ADF to an already existing archive.
  25.   
  26.   TransADF uses the Z Library to perform the compression and decompression.
  27.   For more info on ZLib, visit http://www.cdrom.com/pub/infozip/zlib/
  28.   ZLib was written by the same people who brought us GZip and Info-Zip,
  29.   they being Jean-loup Gailly and Mark Adler.
  30.   
  31.   TransADf comes in three 'flavours':
  32.   
  33.      TransADF (46k):       Fully featured, staticly linked with the ZLib.
  34.      TransADF-RT (19k):    Also fully featured, but uses the runtime
  35.                            "z.library", available on Aminet in 
  36.                            util/libs/zlib.lha.  
  37.      TransADF-Lite (8k):   This version offers no compression or
  38.                            decompression, hence the smaller size.  Only
  39.                            ADFs can be read or created with this version.
  40.  
  41.   All three versions are compiled from the same sources, which are 
  42.   included.  TransADF was written with the aid of DICE 3.15.
  43.   
  44.   This is the second release of TransADF, and the usual applies so send
  45.   bug or incompatibility reports to me at by e-mail address above.
  46.  
  47.   Oh, and by the way, TransADF is FreeWare as defined by the GNU General
  48.   Public License.
  49.  
  50.  
  51. A note about ADFs
  52.   An ADF has a variety of uses.  It can be used with floppy disk
  53.   emulators such as the FMS device, which enables a file to be
  54.   mounted as a drive.  Also, ADFs are used by the Amiga emulators
  55.   UAE and Fellow (Amiga disks can not be read by PC drives).  A 
  56.   zipped ADF can offer better compression than a DMS archive, with
  57.   the advantage that it can be unzipped by any computer with a copy
  58.   of GZip, PKZip, or the portable Info-Zip (which is just about all of
  59.   them, I think).
  60.